Lesson 5: Definition of Intentional Torts
Intentional torts are a fundamental concept in torts law, involving actions committed with the deliberate intention of causing harm to another person. This lesson explores the definition, elements, and examples of intentional torts.
What are Intentional Torts?
Intentional torts are wrongful acts done on purpose. Unlike negligence, where harm is caused by carelessness, intentional torts involve deliberate actions. Common examples include battery, assault, and false imprisonment.
Elements of Intentional Torts
To establish an intentional tort, the following elements must generally be proven:
- Intent: The defendant intended to perform the act that led to harm.
- Act: The defendant's action must have been voluntary.
- Causation: The defendant's act directly caused the harm.
- Harm: The plaintiff suffered actual harm or injury.
// Example JS code snippet to illustrate intentional actions
function commitTort(intent, action) {
if (intent && action) {
return "Intentional Tort Committed";
} else {
return "No Intentional Tort";
}
}
console.log(commitTort(true, true)); // Output: Intentional Tort Committed
Types of Intentional Torts
Common types of intentional torts include:
Diagram: Basic Structure of Intentional Torts
Intentional vs. Negligent Torts
The primary difference between intentional and negligent torts lies in the defendant's state of mind. Intentional torts require a deliberate action, whereas negligent torts result from carelessness.
Mathematical Representation
In legal terms, the relationship can be represented as:
\[ \text{Harm} = \text{Intent} + \text{Act} + \text{Causation} \]
Additional Resources
For more in-depth understanding, consider reading the following books on Amazon:
Also, consider reading other lessons in this instructable, such as: