Im trying to understand the solution about this, and all the other solutions are.. a bit weird for me and dont answer all my questions!
Reference : Questions on "All Horse are the Same Color" Proof by Complete Induction
Im using the answer there as reference, but my understanding is a bit different!
Find the error in the following proof that all horses are the same color. CLAIM: In any set of h horses, all horses are the same color.
PROOF: By induction on h.
Basis: For h = 1. In any set containing just one horse, all horses clearly are the same color. Induction step: For k > I assume that the claim is true for h = k and prove that it is true for h = k + 1. Take any set H of k + 1 horses. We show that all the horses in this set are the same color. Remove one horse from this set to obtain the set H1 with just k horses. By the induction hypothesis, all the horses in H, are the same color. Now replace the removed horse and remove a different one to obtain the set H2 . By the same argument, all the horses in H2 are the same color. Therefore all the horses in H must be the same color, and the proof is complete.
Here's what i have come up with :
Suppose a set of 1 horse. $H_a = { horse_{1} }$
Obviously, all the horses in set $H_a$ are the same, since theres just 1 horse.
So using that as the Basis of the induction we can proceed and try to prove its true for $N$ horses.
-- I dont fully understand the part below
As an example : set $H_0$ :
$H_0 = { horse_{1}, horse_{2}, horse_{3}... horse_{n} }$
In my understanding, its because, I can make a subset formed by 1 horse :
$K_1 = {horse_{1}}$ $K_2 = {horse_{2}}$ ...
I don't get it. I clearly know that this proof is a lie. And for me, its because you cant claim theres a relation on a set with size $>= 2$ , since :
$H_1 = { horse_{1}, horse_{2}}$
Theres nothing that says $horse_{1}$ equals $horse_{2}$. The basis was for one horse. But that alone is not a proof.
So what should I do ?