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

Theorem

exp.sym_eq_exp_body_S

Statement

∀ n m, leibniz ((n ^ m) × n) (exp_body n (m+1))

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_exp_body_S : forall (n:nat.nat), forall (m:nat.nat), leibniz.leibniz (nat.nat) (nat.times (exp n m) n) (exp_body n (nat.S m)).



Matita-Jumb
Statement

theorem sym_eq_exp_body_S : \forall (n:nat). \forall (m:nat). (leibniz) (nat) ((times) ((exp) n m) n) ((exp_body) n ((S) m)).



Lean-jumb
Statement

theorem sym_eq_exp_body_S : forall (n:nat.nat) , forall (m:nat.nat) , (((leibniz.leibniz) (nat.nat)) ((((nat.times) ) ((((exp.exp) ) (n)) (m))) (n))) ((((exp.exp_body) ) (n)) (((nat.S) ) (m))).



PVS-jumb

Statement

sym_eq_exp_body_S : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):leibniz_sttfa_th.leibniz[nat_sttfa_th.sttfa_nat](nat_sttfa_th.times(exp_sttfa.sttfa_exp(n)(m))(n))(exp_sttfa.exp_body(n)(nat_sttfa_th.sttfa_S(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.