Thm* (AH ~ 8)
((AH
{1...8}) ~
64)
By a series of rewrites and arithmetic simplifications (the Reduce tactic), the goal is successively reduced down to 64 ~
64
The theorems
Thm* anda,b:
. {a...b} ~
(1+b-a)
Thm* a,b:
. (
a
b) ~
(a
b)
are invoked explicitly for rewriting, as is the assumption 8
( to8
8) ~
64
(8
8) ~
64
rewriting one part by matching against
Thm* a,b:
. (
a
b) ~
(a
b)
to get the instance
( .8
8) ~
(8
8)
The principle (B ~ B')
((A ~ B)
(A' ~ B'))
(B ~ B')
((A ~ B)
(A' ~ B'))
?"
A person assembling a proof without this strict top-down method, might establish the following sequence of facts:
AH ~ 8
[by hypothesis]   {1...8} ~ 8
[ Thm* and arithmetic]a,b:
. {a...b} ~
(1+b-a)
  (AH {1...8}) ~ (
8
8)
[ Thm* (A ~ A') and above](B ~ B')
((A
B) ~ (A'
B'))
  ( 8
8) ~
(8
8)
[Thm* a,b:
. (
a
b) ~
(a
b)]
  (8
8) ~
64
[arithmetic]   (AH {1...8}) ~
64
[chaining through the last 3 facts using Thm* (A ~ B) ](B ~ C)
(A ~ C)
About:
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |