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

Theorem

nat.lt_to_le_to_lt

Statement

∀ n m p, n < m ⇒ m ≤ p ⇒ n < p

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_to_le_to_lt : forall (n:nat), forall (m:nat), forall (p:nat), (lt n m) -> (le m p) -> lt n p.



Matita-Jumb
Statement

theorem lt_to_le_to_lt : \forall (n:nat). \forall (m:nat). \forall (p:nat). ((lt) n m) -> ((le) m p) -> (lt) n p.



Lean-jumb
Statement

theorem lt_to_le_to_lt : forall (n:nat.nat) , forall (m:nat.nat) , forall (p:nat.nat) , ((((nat.lt_) ) (n)) (m)) -> ((((nat.le_) ) (m)) (p)) -> (((nat.lt_) ) (n)) (p).



PVS-jumb

Statement

lt_to_le_to_lt : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(FORALL(p:nat_sttfa.sttfa_nat):(nat_sttfa.lt(n)(m) => (nat_sttfa.le(m)(p) => nat_sttfa.lt(n)(p))))))



OpenTheory

Printing for OpenTheory is not working at the moment.