3

I have read that syntax is symbol and semantics is meaning those symbols convey.

  1. Is mathematics a syntax?
  2. Where is semantics in mathematics? What gives meaning to mathematics, to those symbols I write?

Probably any meaning Mathematics can ever have is the behaviour of its syntax only? But if syntax has a characteristic behaviour, is it a pure syntax after all? So it is a meaning oriented syntax which defines itself.

Or Mathematics is just an ideal syntax! If so, where is the semantics?

I can't figure out the interface of syntax and semantics pertaining to mathematics. Which part is syntax and which part is semantics? And what about logic?

Ajax
  • 345

1 Answers1

1

I'm not a logician, a mathematician nor a philosopher but maybe I can try to (quite subjectively) answer to the question. It depends on what you call Mathematics and Syntax.

The separation between syntax and semantics isn't the only way to understand formal systems, if it works well for programming languages, it doesn't explain everything for Logic and Mathematics.

Is mathematics a syntax?

There's no objective answer but I would say that mathematics is first made of social conventions to convince other people with arguments we call proofs. To convey our thoughts we use written language thus syntax. Hovewer, syntax isn't necessary but sufficient to do mathematics. Between two humans the communication is done through language but we can also communicate with ourselves through our mind. Is any form of syntax is still involved? I don't know. To sum up, mathematics can be done through syntax but may exist without it.

The language of mathematics can indeed still be turned into a global syntax accepted by everyone but in the real world it is the interaction between local communities of mathematicians who make the existence of mathematics.

Where is semantics in mathematics? What gives meaning to mathematics, to those symbols I write?

I think it's quite clear that there's no semantics. Logic is different because we have a pre-conception of what logic is and what is right, wrong, true, false. The semantic is the meaning/format we want to give. But is there any meaning we want to give to mathematics? Unlike logic, mathematics is free of ideals (such as truth).

I think your intuition is right. Following Wittgenstein's philosophy, the meaning of mathematics may be only be determined by its use ("meaning is use" paradigm). Note that there're many communities in mathematics using symbols following their own conventions.

And what about logic?

I think that question is too broad. You may be interested in the Curry-Howard correspondence; a formal correspondance between computer programs and logical systems. Logical systems may be seen as emerging from coherent computational behaviours and interactions (no divergence). In mathematics and our everyday life, logical arguments are also what makes our discussion converge to a conclusion. Logical systems formally corresponds to type systems preventing infinite reductions. Semantical explanations work but doesn't explain why logic is as it is. There're few works in that direction (Ludics, Geometry of Interaction, Transcendental Syntax, ...) mainly coming from Jean-Yves Girard.

Boris
  • 759