// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Theorem

nat.monotonic_le_times_r

Statement

∀ n, monotonic le (λm. n × m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem monotonic_le_times_r : forall (n:nat), relations.monotonic (nat) le (fun (m:nat) => times n m).



Matita-Jumb
Statement

theorem monotonic_le_times_r : \forall (n:nat). (monotonic) (nat) (le) (\lambda m : nat. (times) n m).



Lean-jumb
Statement

theorem monotonic_le_times_r : forall (n:nat.nat) , (((relations.monotonic) (nat.nat)) ((nat.le_) )) (fun (m : nat.nat) , (((nat.times) ) (n)) (m)).



PVS-jumb

Statement

monotonic_le_times_r : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):relations_sttfa_th.monotonic[nat_sttfa.sttfa_nat](nat_sttfa.le)((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.times(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.