Top "First-order-logic" questions

First-order logic is a formal logical system used in mathematics, philosophy, linguistics, and computer science.

Fitch Format Proofs - Any automatic solvers around?

Is there any software around that using the Fitch format (used in Language, Proof and Logic), allows one to put …

computer-science logic first-order-logic fitch-proofs
Predicate vs Functions in First order logic

I have been so confused lately regarding difference between predicate and function in first order logic. My understanding so far …

algorithm artificial-intelligence logic agent first-order-logic
Difference between Propositional logic and First Order logic

Can you tell me what is the difference between Propositional logic and First Order logic.This is one my my …

first-order-logic
When to use conjunction and when to use implication? (First Order Logic)

I'm learning First Order Logic at the moment. I'm looking at this example: Some dogs bark ∃x (dog(X) Λ bark(…

logic first-order-logic