Skip to content
Snippets Groups Projects
Commit affff63d authored by gabrielhdt's avatar gabrielhdt
Browse files

syntax and commenting invalid line

parent 0ef84dfd
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ proof
refine snd (Snz n)
assume n Hn
refine nznat_induction
(λz, (Z =ℕ (fst (Snz n) * (fst z))) ⊃ false) ?zOnz[n,Hn] ?zSnz[n,Hn]
(λz, (Z =ℕ (fst (Snz n) * (fst z))) ⊃ false) ?zOnz[n;Hn] ?zSnz[n;Hn]
simpl
refine snd (Snz n)
assume m Hm
......
......@@ -49,15 +49,15 @@ symbol associative_add
constant symbol real_pred: η (pred numfield)
definition real ≔ psub real_pred
set flag "print_implicits" on
symbol Num_real: ε (∀ (λx: η {|!Number!|}, real_pred (insertnum x)))
// Built in the PVS typechecker
definition nonzero_real ≔
psub {real}
(λx: η real,
neq {_} x (cast {_} {real} (λx, x) (insertnum 0) _))
// TODO: metavariables left
// definition nonzero_real ≔
// psub {real}
// (λx: η real,
// neq {_} x (cast {_} {real} (λx, x) (insertnum 0) _))
// symbol closed_plus_real: Π(x y: Term real),
// let pr ≔ S.restr numfield real_pred in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment