Step * of Lemma proper-divisor_wf

[n:ℕ+]. (proper-divisor(n) ∈ Dec(∃n1:ℤ [(n1 < n ∧ (2 ≤ n1) ∧ (n1 n))]))
BY
(Auto THEN Unfold `proper-divisor` THEN GenConclAtAddr [2;1] THEN Thin (-1) THEN -1 THEN Reduce 0) }

1
1. : ℕ+
2. : ∃n1:ℤ [(n1 < n ∧ (2 ≤ n1) ∧ (n1 n))]
⊢ inl x ∈ Dec(∃n1:ℤ [(n1 < n ∧ (2 ≤ n1) ∧ (n1 n))])

2
1. : ℕ+
2. Top
⊢ if n <then if (n =z 4) then inl else inr x.any x)  fi 
  if n <16 then proper-divisor-aux(n;2;2;1;2)
  if n <81 then proper-divisor-aux(n;3;3;1;3)
  else eval iroot(4;n) in
       proper-divisor-aux(n;m;m;1;m)
  fi  ∈ Dec(∃n1:ℤ [(n1 < n ∧ (2 ≤ n1) ∧ (n1 n))])


Latex:


Latex:
\mforall{}[n:\mBbbN{}\msupplus{}].  (proper-divisor(n)  \mmember{}  Dec(\mexists{}n1:\mBbbZ{}  [(n1  <  n  \mwedge{}  (2  \mleq{}  n1)  \mwedge{}  (n1  |  n))]))


By


Latex:
(Auto
  THEN  Unfold  `proper-divisor`  0
  THEN  GenConclAtAddr  [2;1]
  THEN  Thin  (-1)
  THEN  D  -1
  THEN  Reduce  0)




Home Index