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

Theorem

exp.lt_O_exp

Statement

∀ n m, O < n ⇒ O < (n ^ m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem lt_O_exp : forall (n:nat.nat), forall (m:nat.nat), (nat.lt nat.O n) -> nat.lt nat.O (exp n m).



Matita-Jumb
Statement

theorem lt_O_exp : \forall (n:nat). \forall (m:nat). ((lt) (O) n) -> (lt) (O) ((exp) n m).



Lean-jumb
Statement

theorem lt_O_exp : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) ((nat.O) )) (n)) -> (((nat.lt_) ) ((nat.O) )) ((((exp.exp) ) (n)) (m)).



PVS-jumb

Statement

lt_O_exp : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(n) => nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(exp_sttfa.sttfa_exp(n)(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.