> For the complete documentation index, see [llms.txt](https://veganvigil.gitbook.io/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://veganvigil.gitbook.io/overview/misc.-counter-arguments/logic/comparing-equating.md).

# Comparing ≠ Equating

Comparisons/analogies are highly useful tools that are often used in philosophical discourse on veganism. They are useful for checking logical consistency by drawing attention to relevant symmetrical factors between elements.

## Example Comparison

> Legality ≠ morality\
> \
> p1: Slavery used to be **legal** in the US in the 1800s\
> p2: We now understand that slavery is highly **unethical**\
> c: Therefore, what is legal is different from what is ethical, because our understanding grows over time and laws must be updated\
> \
> p1: Animal agriculture is currently **legal** in the US today\
> p2: Something being legal does not necessarily make it **ethical**\
> c: Therefore, animal agriculture is not necessarily ethical even though it is legal, for the same reason as we inferred with slavery - our understanding grows over time and laws must be updated\
> \
> The takeaway is that the legality of animal agriculture is an irrelevant factor to whether or not it is ethical.

In the above example, human slavery is being compared to animal agriculture. Nothing about this comparison is stating anything about whether either is more important than the other. Rather, this comparison is highly useful for demonstrating that legality is different from morality.

{% content-ref url="/pages/EyojDv7F7qnYQd9ynFFv" %}
[Appeal to the Law](/overview/misc.-counter-arguments/logic/appeal-to-the-law.md)
{% endcontent-ref %}

## Common Strawmans

Sometimes when a comparison is made, the interlocutor will incorrectly insist that "you **can't compare** that" or "so you're saying \[X] is **the same** as \[Y]?"\
\
However, two elements do not need to be equivalent to be comparable. Comparing is different from equating. You can compare anything to anything.\
\
For example, many fallen tree branches are brown just like a normal brown bear is. This does imply that both may be hard to see lying in a forest due to camouflaging. This does *not* imply that brown bears are the same as fallen tree branches, nor does it imply that brown bears and tree branches have the same moral value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://veganvigil.gitbook.io/overview/misc.-counter-arguments/logic/comparing-equating.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
