So, I think I understand how UI, EI, EG work.
- Universal instantiation:
Let's suppose that there's a set $A=\{a_1,a_2,a_3, ...,a_n\}$ such that $\forall_x[x∈A⇒φ(x)]$
This means that
$a_1$ fulfills $φ(x)$
$a_2$ fulfills $φ(x)$
$...$
$a_i$ fulfills $φ(x)|1≤i≤n$
$...$
$a_n$ fulfills $φ(x)$
So I can take any member $a_w|1≤w≤n$, and $a_w∈A⇒φ(a_w)$; which is what one wants, making $\forall_x[x∈A⇒φ(x)]$ a simple propositional logic statement.
- Existential instantiation:
Let's suppose that there's a set $A=\{a_1,a_2,a_3, ...,a_n\}$ such that $\exists_x[x∈A∧φ(x)]$
So I know there's at least $1$ member of $A$ that fulfills $φ(x)$, I'm going to call it $a_k$, so $a_k∈A∧φ(a_k)$. This is desirable, since we want to turn $\exists_x[x∈A∧φ(x)]$ into a propositional logic statement.
- Existential generalization:
Let's suppose that there's a set $A=\{a_1,a_2,a_3, ...,a_n\}$ and I don't know anything about it; so exploring it, I realize that $φ(a_z)$ is true, I mean, $a_z$ fulfills a property $φ(x)$, or more formally, $a_z∈A∧φ(a_z)$. I know there's at least one member of $A$ that fulfills property $φ(x)$, there could be more, or maybe this is the only one, but I can conclude $\exists_x[x∈A∧φ(x)]$, which is desirable, since we want to turn a propositional logic statment, into a first-order logic quantified statement.
- Universal generalization.
This is the one I don't get.
According to what I have understood, it goes like this, and I know it's really bad explained.
let's suppose I have "a thing" which is susceptible to be the member of a set, and we call it $w$, so somehow I find out $φ(w)$ is true, and later on I find out $w∈A$, so $w∈A∧φ(w)$; therefore, I can conclude $\forall_x[x∈A⇒φ(x)]$.
I don't think this is actually how UG works, and if it is, I don't how to apply it to real life, because according to this, I can just take a ball out of a bag, and if it's blue, then conclude all of them are blue, which is not necessarily true.
I would be really grateful if you explained to me how this rule works, I have tried to understand it for days.
Thanks in advance.