Skip to main content

All Questions

1 vote
1 answer
59 views

Did Russell had something like the notion of domain in the sense defined now by mathematics textbooks?

The expression ∀x(ϕx → ψx) is supposed to mean that, in Russell's parlance, ϕx → ψx is true "for all values of x". However, what are those values that Russell is referring to? At some point ...
Speakpigeon's user avatar
  • 8,363
2 votes
0 answers
139 views

Why not just give up on the idea of truth-functionality?

I understand that today only a minority of academics who are specialised in formal logic accept the horseshoe (aka "Classical Logic" or "First-Order Logic") as an accurate, or even ...
Speakpigeon's user avatar
  • 8,363
1 vote
0 answers
130 views

Nested Quantifiers Proof - Logic

When I prove this: -∃x.P(x) ⊢ ∀x.-P(x) [True] I did it like that: ∀x.-P(x) ⊢ ∀x.-P(x) because (negative ∃) -∃x.P(x) becomes ∀x.-P(x) so that we can say that it's true. However, I didn't ...
bladeavis's user avatar
0 votes
1 answer
64 views

Question about proving a set that is quantificationally inconsistent in PD+ (Finished the proof but want it to be checked)

Does ∃x(Nx & ~Nx) contradiction itself? Is there an error in my proof? Thank you
Stanley's user avatar
-1 votes
2 answers
122 views

Fitch Proof help please

I think I got it, could you take a look, please.
Stanley's user avatar
3 votes
3 answers
288 views

Is ¬(a = b) the same as (a ≠ b) in logic

Are these the same in predicate logic with identity: ¬ (a = b) a ≠ b I'm not quite sure whether they can be used interchangeably in proofs. Any help would be great!
CSWizard's user avatar
0 votes
1 answer
316 views

Question about v-variants of variable assignments

In Full Predicate Calculus, some variable assignment q satisfies a disjunction under interpretation U if q satisfies one or both disjuncts under U, it satisfies a conjunction under interpretation U if ...
BarbaricGlass's user avatar
2 votes
2 answers
152 views

Truth Value of Definite Descriptions

I'm currently studying definite descriptions in logic. My textbook postulates Bertrand Russell's view of definite descriptions, but I'm curious about other views as well (in the context of classical 2-...
N. Bar's user avatar
  • 317
0 votes
2 answers
208 views

How does one tell if logical expressions are equivalent?

How do I check if these expressions are equivalent? ∀a,b [P(a) ∧ ¬R(a) ∧ S(b)] → G(a,b) ∀a [(P(a) ∧ ¬R(a)) → (∀b [S(b) → G(a,b)])]
edoardottt's user avatar
5 votes
2 answers
609 views

Is it possible to construct infinitely many non-equivalent formulas in predicate logic?

In the language of predicate logic with only identity and no predicates, function symbols, or constants, is it possible to construct infinitely many non-equivalent formulas?
Rajamani Sarvesh's user avatar