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

Theorem

nat.eq_eqb

Statement

∀ n, leibniz (eqb n) (filter_nat_type eqb_body n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_eqb : forall (n:nat), leibniz.leibniz (nat -> bool.bool) (eqb n) (filter_nat_type (nat -> bool.bool) eqb_body n).



Matita-Jumb
Statement

theorem eq_eqb : \forall (n:nat). (leibniz) (nat -> bool) ((eqb) n) ((filter_nat_type) (nat -> bool) (eqb_body) n).



Lean-jumb
Statement

theorem eq_eqb : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> bool.bool)) (((nat.eqb) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> bool.bool)) ((nat.eqb_body) )) (n)).



PVS-jumb

Statement

eq_eqb : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.eqb(n))(nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.eqb_body)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.