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

Theorem

nat.monotonic_lt_plus_l

Statement

∀ n, monotonic lt (λm. m + n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem monotonic_lt_plus_l : forall (n:nat), relations.monotonic (nat) lt (fun (m:nat) => plus m n).



Matita-Jumb
Statement

theorem monotonic_lt_plus_l : \forall (n:nat). (monotonic) (nat) (lt) (\lambda m : nat. (plus) m n).



Lean-jumb
Statement

theorem monotonic_lt_plus_l : forall (n:nat.nat) , (((relations.monotonic) (nat.nat)) ((nat.lt_) )) (fun (m : nat.nat) , (((nat.plus) ) (m)) (n)).



PVS-jumb

Statement

monotonic_lt_plus_l : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):relations_sttfa_th.monotonic[nat_sttfa.sttfa_nat](nat_sttfa.lt)((LAMBDA(m:nat_sttfa.sttfa_nat):nat_sttfa.plus(m)(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.