I need to give Fitch-style formal proofs for the following:
1) Premises:
- ∀x∀y∀z((R(x, y) ∧ R(y, z)) → R(x, z))
- ∀x∀y(R(x, y) → R(y, x))
To prove: ∀x∀y(R(x, y) → R(x, x))
2) Premises:
- ∀x(P(x) → Q(a))
- ∃x(P(x) ∧ Q(x))
To prove: Q(a)
For question 1 I tried something, but it became one big mess with a lot of subproofs. The amount of different variables is throwing me a bit off. For question 2 I can't even see why the goal sentence follows from the premises.
Appreciating all input.
Without delving into proper Fitchean formalism, you can proceed as follows.
1)
The premises say that $R$ is transitive and $R$ is symmetric. The conclusion says that (for all $x$) if $x$ bears $R$ to anything than it bears $R$ to itself.
Because $x,y$ were arbitrary,
2)
Given 1. and 2.