// 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_r

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

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



Lean-jumb
Statement

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



PVS-jumb

Statement

monotonic_lt_plus_r : 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(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.