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

Theorem

exp.eq_exp

Statement

∀ n m, leibniz (n ^ m) (filter_nat_type (exp_body n) m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_exp : forall (n:nat.nat), forall (m:nat.nat), leibniz.leibniz (nat.nat) (exp n m) (nat.filter_nat_type (nat.nat) (exp_body n) m).



Matita-Jumb
Statement

theorem eq_exp : \forall (n:nat). \forall (m:nat). (leibniz) (nat) ((exp) n m) ((filter_nat_type) (nat) ((exp_body) n) m).



Lean-jumb
Statement

theorem eq_exp : forall (n:nat.nat) , forall (m:nat.nat) , (((leibniz.leibniz) (nat.nat)) ((((exp.exp) ) (n)) (m))) ((((nat.filter_nat_type) (nat.nat)) (((exp.exp_body) ) (n))) (m)).



PVS-jumb

Statement

eq_exp : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):leibniz_sttfa_th.leibniz[nat_sttfa_th.sttfa_nat](exp_sttfa.sttfa_exp(n)(m))(nat_sttfa_th.filter_nat_type[nat_sttfa_th.sttfa_nat](exp_sttfa.exp_body(n))(m))))



OpenTheory

Printing for OpenTheory is not working at the moment.