Skip to main content

Clear, Obscure, Distinct, and Confused Ideas and How They Relate to Definitions

I wanted to capture the meaning of these terms because they are very important in dealing with definitions.  The terms have a formal place in logic, and are often encountered in the traditional literature.  Yet it is also fair to say that we probably all use these terms (or their synonyms) quite frequently in analytical work.  Having a good idea of what they actually mean makes them, I think, more useful tools for us.

To get understandable definitions, I have used two sources: [1] C.S. Peirce's essay "How to Make Our Ideas Clear" (1879); and [2] Leibnitz's tract "Reflections Touching Knowledge, Truth, and Ideas" (1684).  This is because each source, in my opinion, is understandable for only two of the terms.  

Here we go.
  • Clear: A clear idea is one which is so apprehended that it will be recognized wherever it is met with, and so that no other will be mistaken for it. [1]
  • Obscure: A notion is obscure when it is not sufficient to enable us to recognize the thing which it represents: - when, for example, I remember some flower of animal which I have formerly seen but this remembrance is not sufficient to enable me to recognize its image or to discriminate it from others which resemble it. [2]
So ideas can be clear or obscure.  If an idea is obscure, we can go no further.  However, if an idea is clear, then it can be either distinct or confused. 
  • Distinct: A distinct idea is one that contains nothing that is not clear.  This is technical language; by the contents [from the word "contains"] of an idea logicians understand whatever is contained in its definition.  So that an idea is distinctly apprehended according to them when we can give a precise definition of it in abstract terms. [1]
  • Confused:  It [an idea] is confused when we are not able to enumerate marks sufficient to discriminate the thing from others [i.e. form a definition of it], although it may in reality have such marks and requisites into which its notion may be resolved...Thus [for example] we cannot explain to the blind what red is [even though it is clear idea]...In like manner we see that painters and other artists discern well enough what is well or ill done; but often are not able to give a reason for their judgement, and reply to those that inquire what it is that displeases them in the work, that there is something, they know not what, wanting. [2] 
Leibnitz took up the what Descartes had earlier said about clear and distinct ideas, but which Descartes and his followers had never been able to clarify.

I suppose we can summarize by saying an idea is clear when we can recognize it the next time we encounter it, and distinct when we have a good enough definition of it such that we can distinguish it from all other concepts. 

We can see that "clear" and "obscure" apply to ideas, but "distinct" and "confused" really only apply to definitions.

Comments

Popular Posts

Create Your Own Social Networking Site

Create Your Own Social Networking Site JCOW: Ethical Hacking Top 10 reasons to choose Jcow:- 1. Handle more traffic - Clean codes and Dynamic caching can lower the CPU load and  speed up your website. 2 Make your site more interactive - Well designed Jcow applications help you members to connect and communicate with others more effectively. 3 Add questions to the Registration Form - You can add new member fields, which will be displayed to the registration form, profile form, and the member browsing form. 4 Easily share stuff - Within the AJAX sharing Box, your members can publish status,  photos, videos, and blogs. 5 Customize and Extend your Jcow Network - A Jcow network consists of core apps(like "Friends" and "Messages") and optional apps(like "Blogs" and ""Videos"). You can enable/disable optional apps. You can also develop your own apps. 6 Every profile could be Unique - Members can customize their own profile theme and  add music play...

WRITE "I LOVE YOU" ON CMD BY USING NOTEPAD

I had previously posted about   Matrix effect   using Notepad   as well as cool batch file  programs. In this post i will share with you guys  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.  So lets get started. 1. Open  Notepad   and copy below code. @echo off color 0A :A echo IIIIIII     L      OOOOOO V           V  EEEEEE     Y       Y  OOOOOO  U     U  ping -a .9 >nul echo    I        L      O    O  V         V   E           Y     Y   O    O  U     U  ping -b .9 >nul  echo    I        L      O    O   V       V    E   ...

HL7V2.x to HL7V3.0 Translation Issues Details-2

In continuation of my previous post this post lists the other issues associated with HL7 v2.x to HL7v3 translation Conformance Patterns: The other major issue with the transformation of messages is the behavior of application when a particular information exchange takes place. In HL7V3.0 apart from the trigger events and interactions there exists the notion of application role as senders and receivers. The application role is characterized as the entire set of interactions for which the sender and receiver are responsible for transmitting. HL7V3.0 clearly defines the possible interactions and the application behavior associated these interactions in the form of responses for which the sender and receiver needs to adhere to. The differences in messages between V2.x and V3.0 and absence of clear guidance on V2.x regarding application behavior on receipt of message makes the transformation exercise more difficult. Vocabulary: It is a well known fact that 80% of HL7 V2.x message failu...