nat.axiom_minus
∀ n, equal (minus n) (filter_nat_type minus_body n)
Axiom axiom_minus : forall (n:nat), connectives.equal (nat -> nat) (minus n) (filter_nat_type (nat -> nat) minus_body n)
axiom axiom_minus : \forall (n:nat). (equal) (nat -> nat) ((minus) n) ((filter_nat_type) (nat -> nat) (minus_body) n)
axiom axiom_minus : forall (n:nat.nat) , (((connectives.equal) ((nat.nat) -> nat.nat)) (((nat.minus) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.minus_body) )) (n))
axiom_minus : AXIOM (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.equal[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.minus(n))(nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.minus_body)(n)))
Printing for OpenTheory is not working at the moment.