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

Axiom

nat.sym_eq_filter_nat_type_S

Statement

∀ return n, leibniz (return (n+1)) (filter_nat_type return (n+1))

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_filter_nat_type_S : forall return_type, forall (return_:(nat -> return_type)), forall (n:nat), leibniz.leibniz (return_type) (return_ (S n)) (filter_nat_type (return_type) return_ (S n)).



Matita-Jumb
Statement

theorem sym_eq_filter_nat_type_S : \forall return_type. \forall (return_:nat -> return_type). \forall (n:nat). (leibniz) (return_type) (return_ ((S) n)) ((filter_nat_type) (return_type) return_ ((S) n)).



Lean-jumb
Statement

theorem sym_eq_filter_nat_type_S : forall (return_type : Type) , forall (return:(nat.nat) -> return_type) , forall (n:nat.nat) , (((leibniz.leibniz) (return_type)) ((return) (((nat.S) ) (n)))) ((((nat.filter_nat_type) (return_type)) (return)) (((nat.S) ) (n))).



PVS-jumb

Statement

sym_eq_filter_nat_type_S [return_type:TYPE+] : LEMMA (FORALL(return:[nat_sttfa.sttfa_nat -> return_type]):(FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[return_type](return(nat_sttfa.sttfa_S(n)))(nat_sttfa.filter_nat_type[return_type](return)(nat_sttfa.sttfa_S(n)))))



OpenTheory

Printing for OpenTheory is not working at the moment.