I have got a goal like this:
1. (fst p โ fst (๐ญ, ๐ญ), snd p โ snd (๐ญ, ๐ญ)) = p
Is there a way to unfold only the second fst
?
apply (subst thm)
or even apply (subst (1) thm)
(or any other number representing the occurrence in the formula). Needs (asm)
for unfolding in assumptions
Last updated: Mar 09 2025 at 12:28 UTC