Why are some logical statements not immediately obvious in proofs?

  • Context: Undergrad 
  • Thread starter Thread starter ice109
  • Start date Start date
  • Tags Tags
    Logic Proofs
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
ice109
Messages
1,708
Reaction score
6
im just starting to write proofs and it's going well but some things aren't immediately obvious to me.

for example it is not immediately obvious to me why

[tex]\forall_i ~ p_i \vee q_i \Leftrightarrow (\forall_i p_i ) \vee (\forall_i q_i)[/tex] isn't a tautology

and it wasn't immediately obvious to me why a statement like this

[tex]\forall_i ~ x \in A \vee B_i[/tex]

isn't equivalent to

[tex]x \in A \vee \forall_i ~ x \in B_i[/tex]

although i do understand now. can someone suggest a book or an internet resource that would help me with this? i picked up an introduction to math logic book but there's so much other stuff in there and obviously with more practice i'll get the hang of it but still some ideas on how to either get it quicker or as mentioned some resources. maybe prove a bunch of these set theorems lots of different ways.
 
Physics news on Phys.org
The book "How to Prove It: A Structured Approach" by Daniel J Velleman was useful to me. The first two chapters are an easy to understand discussion of logic as it pertains to proofs.
 
Consider the statements pi= "i is an odd number" and qi= "i+ 1 is an odd number". Then for all i, pi v qi= "either i is an odd number or i+ 1 is an odd number" is true.

[itex]\forall i p_i[/itex], however, is the statement "for all i, i is an odd number" which is false. [itex]\forall i q_i[/itex] is the statement "for all i, i+ 1 is an odd number" which is also false. "false" v "false"= "false".
 
yea i figured that one out