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

Theorem

nat.le_plus_to_le_r

Statement

∀ a n m, (n + a) ≤ (m + a) ⇒ n ≤ m

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem le_plus_to_le_r : forall (a:nat), forall (n:nat), forall (m:nat), (le (plus n a) (plus m a)) -> le n m.



Matita-Jumb
Statement

theorem le_plus_to_le_r : \forall (a:nat). \forall (n:nat). \forall (m:nat). ((le) ((plus) n a) ((plus) m a)) -> (le) n m.



Lean-jumb
Statement

theorem le_plus_to_le_r : forall (a:nat.nat) , forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.le_) ) ((((nat.plus) ) (n)) (a))) ((((nat.plus) ) (m)) (a))) -> (((nat.le_) ) (n)) (m).



PVS-jumb

Statement

le_plus_to_le_r : LEMMA (FORALL(a:nat_sttfa.sttfa_nat):(FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(nat_sttfa.le(nat_sttfa.plus(n)(a))(nat_sttfa.plus(m)(a)) => nat_sttfa.le(n)(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.