Can Basic Set Theory Language Help Understand Group Theory and Matrix Math?

AI Thread Summary
Basic Set Theory by Azriel Levy is being explored to enhance understanding of Group Theory and Matrix Math, but the syntax of first-order predicate calculus is causing confusion. The expression "there exists an x in y such that phi" is clarified to mean "such that phi is true," which simplifies its interpretation. The discussion also touches on the notation and significance of brackets in mathematical expressions, particularly in defining functions and relations. The use of different brackets can indicate various meanings, leading to further confusion in understanding their applications. Overall, mastering the foundational language of set theory is essential for grasping more complex mathematical concepts.
rebeka
Messages
43
Reaction score
0
I'm reading the book Basic Set Theory by: Azriel Levy as I thought it might help me better understand Group Theory and Matrix Math. I have read the first chapter a number of times but I keep getting hung up on some of the syntax of the basic language or language of first-order predicate calculus with equality.

In the first two pages I get stuck on this:

i) \exists x\left ( x \in y \land \phi \right )

where this is read "there is an x in y such that phi!"

Such that phi what? I mean there are a lot of things I understand about what is being laid out in the language of first order logic such as:

ii) \phi \land \psi is \lnot ( \lnot \phi \lor \psi )

but again I have trouble with i).

I really thought I would get somewhere with this book and still probably will over a lengthy period of time. Is there something else I should be addressing first? What does i) mean? Where are all these brackets coming from and where were they supposed to have been defined?

iii) R[A]=\left \{ y| \left ( \exists x \in A \right ) \left ( <x, y> \in R \right ) \right \}

There were lengthier examples! I think the brackets and the sudden realization of functions of the basic language are my two biggest hangups in being able to understand the full depth of the axioms being presented; many of which I have some vague understanding of from their general use in other subjects. Advice \land \lor explanation of my above two dilemmas? :/

thx,
BekaD:
 
Last edited:
Physics news on Phys.org
"such that phi" means "such that phi is true". It might seem weird to neglect the "is true" part, but when you think about actual statements like this it makes sense.

For example "There exists x in the real numbers such that x2=2". You wouldn't say There exists x in the real numbers such that x2=2 is true" (here phi is the statement x^2=2)

I don't know what the third part is supposed to be about, maybe some added context would be helpful? My first guess is that R is a relationship and <x,y> is just an ordered pair
 
The typical application of the product defined in (iii) is to talk about the image of a function or relation.

If f is the function from the reals to itself defined pointwise by f(x) = x + 3, then we often encode f as its graph -- the set of all pairs (x,y) such that y = f(x).

So f = \{ \langle x, x+3 \rangle \mid x \in \mathbb{R} \}

If A is the set {1} and B is the set [0,1] (the interval of real numbers), then can you tell me what f[A] and f are?
 
With respect to iii) it was an example where I am becoming confused with respect to the usage of brackets and what they signify. Different brackets seem to have different meanings at different times.

In this case the square brackets are addressing the class A where the definition in the text for the use of the square brackets is to distinguish x as being a subset or a () Dom(F). I understand that these <> brackets denote ordered pairs but &lt; x | x \in V &gt; leaves me asking what the exact significance of the use of the brackets chosen is ... I'm sure I'll pick it up it's just been so hard to learn the things I want to learn because I don't have a proper grasp of the generally accepted language used to describe.

Thanks for your replies and for the response to i). Both of your general explanations made things a little clearer for me. :)
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top