nounou
- 27
- 0
Thanx honestrosewater. Hurkyl, any hints?
This discussion focuses on expressing the number of edges in a graph using first-order logic. Participants explore how to represent statements such as "a graph has exactly 6 edges" by breaking it down into simpler cases, starting from zero edges to one and two edges. Key logical constructs discussed include existential quantifiers (∃) and universal quantifiers (∀), with emphasis on the unique existential quantifier (∃!). The conversation culminates in a structured approach to express the existence and uniqueness of edges in a graph.
PREREQUISITESMathematicians, computer scientists, and students of logic who are interested in formalizing graph properties using first-order logic.
Just to be clear those are two equivalent formulas above- I could have put an equivalence sign but I had a thing going with the colons.nounou said:Hurkyl,
to extend
Ex(Dx) & AxAy((Dx & Dy) -> x = y) : Ex(Dx & Ay(Dy -> x = y).
I'll run through it just to give you an idea of how the process might go, but I'm not sure my answer will be correct- we'll need someone else like Hurkyl to check. Check it yourself too. Okay, there are two parts to unique existence:to make it represent two edges
There exists at least one edges and there exists at most two edges: There exists exactly two edges: There exists two unique edges:
Ex(Dx) & AxAyAz((Dx & Dy & Dz) -> x = y & y=z) : (??I have no clue??).
Am I on the right track?
nounou