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

Theorem

nat.leb_true_to_le

Statement

∀ n m, (leb n m) = true ⇒ n ≤ m

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem leb_true_to_le : forall (n:nat), forall (m:nat), (logic.eq (bool.bool) (leb n m) bool.true) -> le n m.



Matita-Jumb
Statement

theorem leb_true_to_le : \forall (n:nat). \forall (m:nat). ((eq) (bool) ((leb) n m) (true) ) -> (le) n m.



Lean-jumb
Statement

theorem leb_true_to_le : forall (n:nat.nat) , forall (m:nat.nat) , ((((logic.eq_) (bool.bool)) ((((nat.leb) ) (n)) (m))) ((bool.true) )) -> (((nat.le_) ) (n)) (m).



PVS-jumb

Statement

leb_true_to_le : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):(logic_sttfa_th.eq[bool_sttfa_th.sttfa_bool](nat_sttfa.leb(n)(m))(bool_sttfa_th.sttfa_true) => nat_sttfa.le(n)(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.