3

I am learning some Discrete Math and was wondering whether, in a compound statement, I can use "where" and "such that" interchangeably without any problem?

For example, I am quite sure that

  • $ax^2+b=7$ such that $a,b\in\mathbb C$

and

  • $ax^2+b=7$ where $a,b\in\mathbb C$

mean the same, but is interchanging "where" and "such that" in a compound sentence always valid?

Also, is there is a symbol for "where" or "such that"? I just use ":" for such that.

ryang
  • 38,879
  • 14
  • 81
  • 179
  • I'm afraid I wasn't able to understand the question you were asking, and I suspect others might feel that way too. Can you try rewriting your question? – Elchanan Solomon Aug 05 '22 at 07:36
  • I would refer to $2+2=4$ as "this equality", not "this compound statement". Also, the example you gave seems more problematic in wording than anything having to do with whether "where" or "such that" is used. For example, when you say "there is a $2$", it appears that you are singling out an unspecified choice of one of the two $2$'s on the left side of the equality (i.e. the reference is to a specific character in the ordered sequence of five characters that form "$2+2=4$"), but when you say "sum of two "2"s is", you seem to be talking about the positive integer $2.$ – Dave L. Renfro Aug 05 '22 at 07:44
  • 2
    I suppose this might be more of a linguistical question than a maths question. English is not my native language, but to me "where" and "such that" are not interchangable. My understanding of your example might enlighten someone (or just confuse everybody) but here goes: With "where" your example is a simple statement of a fact, with "such that" you imply that the sum of two 2's is 4 because there is a 2 in the equality at the start? – Henrik supports the community Aug 05 '22 at 08:24
  • Thanks so much for commenting and the first answer was spot on with what I was looking for. The wording was pretty bad on my part so that also answers questions but here is a more simple example to clarify. Suppose we have the following compound statements- "Two plus two equals four such that (if two plus x = 4 then, x =2)." and "Two plus two equal four where (if two plus x = 4, then x = 2)". –  Aug 05 '22 at 20:11
  • @ryang Are you and Saitamatugasan the same person? Why would put words in someone else's mouth and change the question so much that it is difficult to recognise? – paperskilltrees Aug 06 '22 at 04:17
  • Your replacement example was still wonky because the sentence's first part doesn't have an $x$ to link to its second part. I've edit a clear and better example into your Question; hope it suits. (It's okay to remove the broken examples since they haven't been addressed in any Answer.) – ryang Aug 06 '22 at 04:18
  • @paperskilltrees Our comments are crossing. I have not changed the spirit of the post, just fixed it for clarity (it was initially receiving downvotes presumably for being incoherent), and changed the example (and only because the OP tried to repair their initial one and still failed), which, as communicated above, the OP can revert if it doesn't suit. Cheers. – ryang Aug 06 '22 at 04:27
  • You could substitute "and" for both conjunctions. The meaning would be more clear IMHO. – Dan Christensen Aug 06 '22 at 19:59
  • I would use these words this way: (1) Choose $a,b\in\Bbb C$ such that $ax^2+b=7$. (2) The parameter $x$ satisfies the equation $ax^2+b=7$ where $a,b\in\Bbb C$. – Mateo Aug 09 '22 at 02:35

1 Answers1

3
  1. The word ‘where’ sometimes means if (i.e., wherever/whenever/when):

    $$Q(x)\text{ is true where }P(x)\text{ is true}\tag1$$ might mean $$\textbf{if }P(x)\text{ is true, then }Q(x)\text{ is true}.$$ Example: “For each $x$ such that $P(x)$ is true, $Q(x)$ is also true.”

  2. The word ‘where’ sometimes means and:

    $$P(x)\text{ is true, where }Q(x)\text{ is true}\tag2$$ might mean $$P(x)\textbf{ and }Q(x)\text{ are both true}.$$ Example: “Let $P(x)$ be true such that $Q(x)$ is true.”

The tiny difference between between sentences $(1)$ and $(2)$ (the comma) is so technical that in practice, context is the only way to disambiguate their meanings.

  1. The word ‘where’ sometimes literally means ‘for which’, meaning and:

    Example: $\text“S$ is the set of reals where each, for some natural $k,$ equals $2k,\text”$ that is, $\text“S$ is the set of reals such that each, for some natural $k,$ equals $2k.\text”$

Since the word ‘where’, when used to introduce a clause in mathematical/technical writing, is potentially ambiguous, I'd use it sparingly and carefully; Paul Halmos agrees.

In this example, the author has, in one instance of the word ‘where’, unintentionally and confusingly invoked both the first two meanings!

is interchanging "where" and "such that" in a compound sentence always valid?

‘Where’ cannot be replaced with ‘such that’ in sentence $(1).$

ryang
  • 38,879
  • 14
  • 81
  • 179
  • 1
    Thanks so much and way more clear! –  Aug 05 '22 at 20:12
  • Good answer, but I can't agree that the difference between a restrictive and a non-restrictive clauses is "tiny and technical". It is seemingly tiny, but technically huge. – paperskilltrees Aug 06 '22 at 04:35
  • 1
    @paperskilltrees Thanks. The thesis of my Answer is of course that the difference that you mention does matter. On the other hand, in the above, I am pointing at "the difference between between sentences $(1)$ and $(2)$", i.e., that little comma, not the clauses that succeed/follow it. $\quad$ Even if readers and writers do respect and observe such a comma, while parsing that sentence, an error allowance is natural and reasonable: to error-correct away its existence or to error-correct it into existence. – ryang Aug 06 '22 at 08:59
  • @paperskilltrees On reconsideration, I think that both usages of "where" introduce restrictive clauses, so have edited out that bit about restrictive-nonrestrictive clauses. – ryang Aug 09 '22 at 04:55
  • @ryang First, I believe we're dealing with restrictive clauses in (1) and (3.), and a non-restrictive clause in (2). In my understanding, the key difference between the two types is that a non-restrictive clause expresses a falsifiable statement (an assertion) at the level of conjunction: as we can imagine an hierarchy of nested clauses, where a non-restrictive clause is a part of a restrictive clause, which is inside a non-restrictive clause and so on. This hierarchy is why $\exists x (P(x) \land Q(x))$ is restrictive, while the equivalent $P(x),\text{ where }Q(x)$ is non-restrictive. [1/n] – paperskilltrees Aug 09 '22 at 15:25
  • @ryang ... Once you start a statement with a quantifier, everything becomes restrictive on the outside, but the inside is unaffected. Second, your usage of "such that" in (2) sounds wrong to my ear. Third, I don't like your decision to remove the mention of restrictive and non-restrictive clauses. In my opinion, this is the central issue, as it deals with the logical / mathematical meaning of statements. Understanding why certain conjunctions are suitable or unsuitable is a prerequisite to understanding whether one can be swapped for another. Thanks for keeping me updated. [2/2] – paperskilltrees Aug 09 '22 at 15:45
  • @paperskilltrees 1. "'such that' in (2) sounds wrong" $\quad$ Because that's not the full sentence! $\quad$ “Suppose that $x$ is an integer such that $x$ is positive” is rephrased correctly as “Suppose that $x$ is an integer and $x$ is positive”. $\tag{}$ 2. I deleted the restrictive-nonrestrictive clause bit after I figured out that their standard meaning (as noun* modifiers) is more, uhm, restrictive, than I'd meant, – ryang Aug 09 '22 at 19:26
  • which is that $(2)'$s clause "where Q(x) is true", i.e., "such that Q(x) is true" is "restrictive" in the sense that it modifies the preceding and narrows down the solution set (possibilities for $x$). $\quad$ You're using the phrase in yet another way, which I'm only partially comprehending, unfortunately. – ryang Aug 09 '22 at 19:26
  • Thanks for the clarification! I changed my name from "saitamatugasan" to "who I am" but originally my math was pretty bad and didn't see the clear distinction between "such that" and "where" till now.... However, after I combed though 1.1 and 1.2 for 3 different books, I disagree that "IF" is equivalent to "WHERE" or "AND" because both "WHERE" and "AND" imply that something is before them. Suppose, "IF A=B, then B=T" and "And A=B, then B=T" and "Where A=B, then B=T". I agree that "WHERE" is equivalent to "AND" but "IF" has a lack of "bijection?" in comparison to "AND" and "WHERE". –  Sep 24 '22 at 14:35
  • @ryang Also, I argue (and sort of agree with you) that the comma used for "WHERE" in (2) doesn't need to be there for logic but it does make it sound better linguistically so not sure why a comma is needed where its job is to separate the two propositions. For a higher order if-then logical connective, it makes sense because we can expand that to ~P or Q where the "separation" is more clear but there is still a connection. ( P, or Q ), (P, and Q), (P, but Q), (P, where Q), (P, ~Q) are just separations without connections. –  Sep 24 '22 at 16:19
  • @ryang I am more just nitpicky on preference with the IF but with (1.), (P(x)=T and Q(x)=T)... Then that's a statement that can be either True or False ... True if x is the correct initial condition and False if x is not. I am still a bit new but would ThereExistsx (if x is True, then P(x) =T and Q(x)=T) be a bit better since x is what determines whether P or Q are T/F? –  Sep 24 '22 at 16:52
  • @whoIam Regarding the first two of your 3 recent comments: you're mis-reading me entirely, and I haven't said any of what you claim I've said! Regarding the third comment: I'm not understanding your query, and I suggest elaborating on it by posting a new Question. – ryang Sep 26 '22 at 00:18
  • @ryang Wait, did you answer my "such-that vs where" question? if so then (1.) is wrong, (2.) is ok, and (3.) is good. (1.) is wrong because 'if' is not logically equivalent to 'where' xor 'and' ... assuming in "(1's)" perspective, both 'and' and 'where' are not logically equivalent; however, they are unless its a spelling issue so I agree with (2.). If you mean that "'if' sometimes means 'where' to English/programmers/unicorns" then I would assume your correct but it will never mean that for logic/math. forget about my hoobla comments this is my stance. –  Sep 28 '22 at 03:03
  • @whoIam I'm not comprehending your comment; however, do note that this discussion was never about literal translations but concerened only with the best propositional-logic capture in each case. For example, the word 'but' means "and" in propositional logic, and additionally signals contrast. – ryang Jan 29 '23 at 10:41